2005-12-09 23:25:22 +00:00
|
|
|
INCLUDES = -I${top_srcdir} -I${top_srcdir}/include
|
|
|
|
|
|
|
|
|
|
lib_LTLIBRARIES=libnm-util.la
|
|
|
|
|
|
2005-12-12 22:18:55 +00:00
|
|
|
libnm_util_la_CPPFLAGS = \
|
|
|
|
|
$(GLIB_CFLAGS) \
|
|
|
|
|
$(DBUS_CFLAGS) \
|
|
|
|
|
-DDBUS_API_SUBJECT_TO_CHANGE \
|
|
|
|
|
-DG_DISABLE_DEPRECATED \
|
|
|
|
|
-DGDK_DISABLE_DEPRECATED \
|
|
|
|
|
-DGNOME_DISABLE_DEPRECATED \
|
2006-05-24 Robert Love <rml@novell.com>
* gnome/applet/Makefile.am, gnome/vpn-properties/Makefile.am,
libnm-util/Makefile.am, src/Makefile.am,
vpn-daemons/openvpn/auth-dialog/Makefile.am,
vpn-daemons/openvpn/properties/Makefile.am,
vpn-daemons/pptp/auth-dialog/Makefile.am,
vpn-daemons/pptp/properties/Makefile.am,
vpn-daemons/vpnc/auth-dialog/Makefile.am,
vpn-daemons/vpnc/properties/Makefile.am: Do not override what the
user passed for --datadir, if anything, when setting the GNOME locale
directory. It should be a function of the specified datadir and not
the prefix.
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1759 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-05-24 15:08:22 +00:00
|
|
|
-DGNOMELOCALEDIR=\"$(datadir)/locale\"
|
2005-12-09 23:25:22 +00:00
|
|
|
|
2007-11-07 16:06:43 +00:00
|
|
|
libnm_util_include_HEADERS = \
|
|
|
|
|
nm-connection.h \
|
|
|
|
|
nm-param-spec-specialized.h \
|
|
|
|
|
nm-setting.h \
|
|
|
|
|
nm-setting-connection.h \
|
|
|
|
|
nm-setting-ip4-config.h \
|
|
|
|
|
nm-setting-ppp.h \
|
2007-11-29 14:38:07 +00:00
|
|
|
nm-setting-serial.h \
|
2007-12-10 09:17:40 +00:00
|
|
|
nm-setting-gsm.h \
|
2007-11-07 16:06:43 +00:00
|
|
|
nm-setting-wired.h \
|
|
|
|
|
nm-setting-wireless.h \
|
|
|
|
|
nm-setting-wireless-security.h \
|
|
|
|
|
nm-setting-vpn.h \
|
|
|
|
|
nm-setting-vpn-properties.h \
|
|
|
|
|
nm-utils.h
|
|
|
|
|
|
2005-12-09 23:25:22 +00:00
|
|
|
libnm_util_la_SOURCES= \
|
2007-05-07 14:39:20 +00:00
|
|
|
nm-connection.c \
|
2007-11-07 16:06:43 +00:00
|
|
|
nm-param-spec-specialized.c \
|
2007-05-07 14:39:20 +00:00
|
|
|
nm-setting.c \
|
2007-11-07 16:06:43 +00:00
|
|
|
nm-setting-connection.c \
|
|
|
|
|
nm-setting-ip4-config.c \
|
|
|
|
|
nm-setting-ppp.c \
|
2007-11-29 14:38:07 +00:00
|
|
|
nm-setting-serial.c \
|
2007-12-10 09:17:40 +00:00
|
|
|
nm-setting-gsm.c \
|
2007-11-07 16:06:43 +00:00
|
|
|
nm-setting-wired.c \
|
|
|
|
|
nm-setting-wireless.c \
|
|
|
|
|
nm-setting-wireless-security.c \
|
|
|
|
|
nm-setting-vpn.c \
|
|
|
|
|
nm-setting-vpn-properties.c \
|
2007-09-12 16:23:53 +00:00
|
|
|
nm-utils.c \
|
2007-11-07 16:06:43 +00:00
|
|
|
$(libnm_util_include_HEADERS)
|
2005-12-09 23:25:22 +00:00
|
|
|
|
2005-12-12 22:18:55 +00:00
|
|
|
libnm_util_la_LDFLAGS= $(GLIB_LIBS) $(DBUS_LIBS)
|
2005-12-09 23:25:22 +00:00
|
|
|
|
2007-09-03 01:07:10 +00:00
|
|
|
libnm_util_la_CFLAGS=-fPIC
|
|
|
|
|
|
2005-12-09 23:25:22 +00:00
|
|
|
libnm_util_includedir=$(includedir)/NetworkManager
|
|
|
|
|
|
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
|
|
|
pkgconfig_DATA = libnm-util.pc
|
|
|
|
|
|
|
|
|
|
DISTCLEANFILES = libnm-util.pc
|
|
|
|
|
|
|
|
|
|
EXTRA_DIST = libnm-util.pc.in
|