diff options
Diffstat (limited to 'etpo/Makefile.am')
-rw-r--r-- | etpo/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/etpo/Makefile.am b/etpo/Makefile.am index 2a92ecd..e7fa933 100644 --- a/etpo/Makefile.am +++ b/etpo/Makefile.am @@ -4,7 +4,6 @@ lexer.c: grammar.h AM_YFLAGS=-d AM_CFLAGS=\ @GTK_CFLAGS@ \ - @DBUS_CFLAGS@ \ @GCONF_CFLAGS@ \ @KRB5_CFLAGS@ \ @NETWORK_MANAGER_CFLAGS@ \ @@ -14,7 +13,6 @@ AM_LDFLAGS=\ @NETWORK_MANAGER_LIBS@ \ @KRB5_LIBS@ \ @LIBNOTIFY_LIBS@ \ - @DBUS_LIBS@ \ @GCONF_LIBS@ \ @GTK_LIBS@ |