NetworkManager/vpn-daemons/pptp/Makefile.am
Antony Mee a4db4b538c * New generalised authentication dialog using plugable module for
different authentication types.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1906 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-08-02 18:58:17 +00:00

28 lines
871 B
Makefile

AUTOMAKE_OPTIONS = foreign
SUBDIRS = src auth-dialog auth-dialog-general properties po
dbusservicedir = $(sysconfdir)/dbus-1/system.d
dbusservice_DATA = nm-ppp-starter.conf
nmvpnservicedir = $(sysconfdir)/NetworkManager/VPN
nmvpnservice_DATA = nm-ppp-starter.name
desktopdir = $(datadir)/applications
desktop_in_files = nm-ppp.desktop.in
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@
icondir = $(datadir)/icons/hicolor/48x48/apps
icon_DATA = gnome-mime-application-x-pptp-settings.png
EXTRA_DIST = $(nmvpnservice_DATA) \
$(dbusservice_DATA) \
$(desktop_in_files) \
$(icon_DATA) \
intltool-extract.in \
intltool-merge.in \
intltool-update.in
CLEANFILES = $(desktop_DATA) *~
DISTCLEANFILES = intltool-extract intltool-merge intltool-update