summaryrefslogtreecommitdiff
blob: ba87d532cfa917949d59edc9626f83f9cc050ee2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## Process this file with automake to produce Makefile.in

INCLUDES = \
	-DPACKAGE_DATA_DIR=\""$(datadir)"\" \
	-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
	@PACKAGE_CFLAGS@

bin_PROGRAMS = gvpndialer

gvpndialer_SOURCES = \
	main.c \
	support.c support.h \
	interface.c interface.h \
	callbacks.c callbacks.h \
 	eggtrayicon.c eggtrayicon.h

gvpndialer_LDADD = @PACKAGE_LIBS@  -lpcre -lutil