summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Niemueller <tim@niemueller.de>2006-08-25 10:56:14 +0000
committerTim Niemueller <tim@niemueller.de>2006-08-25 10:56:14 +0000
commit60e339c4908a08162bb5734de2403d823b7aa5ae (patch)
tree14d67540a0d6c6e841e53c78f82ca396d7af060c
parent13e121d82eb52af37eb04eb72cc0e570af2921dd (diff)
downloadNetworkManager-60e339c4908a08162bb5734de2403d823b7aa5ae.tar.gz
2006-08-25 Tim Niemueller <tim@niemueller.de>
* gnome/dialup-properties/Makefile.am: Added pppoe subdir git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/branches/SoC_2006@1996 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-rw-r--r--gnome/dialup-properties/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/gnome/dialup-properties/Makefile.am b/gnome/dialup-properties/Makefile.am
index ca602453d2..4fc56247bd 100644
--- a/gnome/dialup-properties/Makefile.am
+++ b/gnome/dialup-properties/Makefile.am
@@ -1,4 +1,6 @@
-SUBDIRS = modem btgprs
+SUBDIRS = modem btgprs pppoe
+
+INCLUDES = -I${top_srcdir}/include
bin_PROGRAMS = nm-dialup-properties
@@ -22,12 +24,14 @@ nm_dialup_properties_CFLAGS = \
$(GCONF_CFLAGS) \
$(GMODULE_CFLAGS) \
$(LIBGNOMEUI_CFLAGS) \
+ $(DBUS_CFLAGS) \
-DSYSCONFDIR=\"$(sysconfdir)\" \
-DICONDIR=\""$(datadir)/pixmaps"\" \
-DGLADEDIR=\""$(gladedir)"\" \
-DG_DISABLE_DEPRECATED \
-DGDK_DISABLE_DEPRECATED \
-DGNOME_DISABLE_DEPRECATED \
+ -DDBUS_API_SUBJECT_TO_CHANGE \
-DGNOMELOCALEDIR=\"$(datadir)/locale\" \
-DVERSION=\"$(VERSION)\" \
-DDIALUP_NAME_FILES_DIR=\""$(sysconfdir)/NetworkManager/dialup"\" \
@@ -39,6 +43,7 @@ nm_dialup_properties_LDADD = \
$(GCONF_LIBS) \
$(GMODULE_LIBS) \
$(LIBGNOMEUI_LIBS) \
+ $(DBUS_LIBS) \
$(NULL)
CLEANFILES = $(server_DATA) *.bak *.gladep *~