NetworkManager/libnm-util/Makefile.am
Dan Williams e8a0e3c5d7 2005-12-12 Dan Williams <dcbw@redhat.com>
* libnm-util/dbus-helpers.[ch]
	  libnm-util/Makefile.am
		- new helper calls to consolidate locations where
			NM's setDevice method is called

	* gnome/applet/applet-dbus-devices.c
	  gnome/applet/wireless-security-option.c
	  gnome/applet/wso-*
		- Implement dbus message param append function for
			all wireless security options


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1174 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2005-12-12 22:18:55 +00:00

65 lines
1.4 KiB
Makefile

INCLUDES = -I${top_srcdir} -I${top_srcdir}/include
lib_LTLIBRARIES=libnm-util.la
libnm_util_la_CPPFLAGS = \
$(GLIB_CFLAGS) \
$(DBUS_CFLAGS) \
-DDBUS_API_SUBJECT_TO_CHANGE \
-DG_DISABLE_DEPRECATED \
-DGDK_DISABLE_DEPRECATED \
-DGNOME_DISABLE_DEPRECATED \
-DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\"
if WITH_GCRYPT
libnm_util_la_CPPFLAGS += $(LIBGCRYPT_CFLAGS)
endif
libnm_util_la_SOURCES= \
cipher.c \
cipher.h \
cipher-private.h \
cipher-wep-hex.c \
cipher-wep-hex.h \
cipher-wep-passphrase.c \
cipher-wep-passphrase.h \
cipher-wep-ascii.c \
cipher-wep-ascii.h \
cipher-wpa-psk-hex.c \
cipher-wpa-psk-hex.h \
cipher-wpa-psk-passphrase.c \
cipher-wpa-psk-passphrase.h \
gnome-keyring-md5.c \
gnome-keyring-md5.h \
dbus-helpers.c \
dbus-helpers.h \
sha1.c \
sha1.h
if !WITH_GCRYPT
libnm_util_la_SOURCES += gnome-keyring-md5.c gnome-keyring-md5.h
endif
libnm_util_la_LDFLAGS= $(GLIB_LIBS) $(DBUS_LIBS)
if WITH_GCRYPT
libnm_util_la_LDFLAGS += $(LIBGCRYPT_LIBS)
endif
libnm_util_includedir=$(includedir)/NetworkManager
libnm_util_include_HEADERS = \
cipher.h \
cipher-wep-hex.h \
cipher-wep-passphrase.h \
cipher-wep-ascii.h \
cipher-wpa-psk-hex.h \
cipher-wpa-psk-passphrase.h \
dbus-helpers.h
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libnm-util.pc
DISTCLEANFILES = libnm-util.pc
EXTRA_DIST = libnm-util.pc.in