diff options
author | Arx Cruz <arxcruz@src.gnome.org> | 2010-07-21 20:16:21 -0300 |
---|---|---|
committer | Arx Cruz <arxcruz@src.gnome.org> | 2010-07-22 19:51:21 -0300 |
commit | 00684221706b821ba9b3da09c2ecb73b149ef5a1 (patch) | |
tree | 8192c234a911ad451d4be22d7e3647b6cc6c86c3 /src | |
parent | Change cancel button messages to be capitalized (diff) | |
download | zenity-00684221706b821ba9b3da09c2ecb73b149ef5a1.tar.gz zenity-00684221706b821ba9b3da09c2ecb73b149ef5a1.tar.bz2 zenity-00684221706b821ba9b3da09c2ecb73b149ef5a1.zip |
Removing X_LIBS from src/Makefile
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 03110fbc..95f0790f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -39,8 +39,7 @@ zenity_LDFLAGS = \ zenity_LDADD = \ $(ZENITY_LIBS) \ - $(LIBNOTIFY_LIBS) \ - $(X_LIBS) + $(LIBNOTIFY_LIBS) uidir = $(datadir)/zenity |