File: Makefile.am

package info (click to toggle)
network-manager-pptp 0.6.5%2Bsvnhead2574%2Bdfsg-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,704 kB
  • ctags: 404
  • sloc: sh: 8,982; ansic: 4,370; makefile: 155
file content (34 lines) | stat: -rw-r--r-- 910 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
AUTOMAKE_OPTIONS = foreign

if WITH_GNOME
SUBDIRS = src auth-dialog properties po
else
SUBDIRS = src
endif

dbusservicedir = $(sysconfdir)/dbus-1/system.d
dbusservice_DATA = nm-ppp-starter.conf

nmvpnservicedir = $(sysconfdir)/NetworkManager/VPN
nmvpnservice_DATA = nm-ppp-starter.name

if WITH_GNOME
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
endif

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