aboutsummaryrefslogtreecommitdiffstats
path: root/apps/X11/InstallMgr/src/Makefile.am
blob: 3b5efb2d0328204f3ab8af7ee91a91a56ef2d66d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## Process this file with automake to produce Makefile.in

INCLUDES = \
	-I$(top_srcdir)/intl \
	@GTK_CFLAGS@ \
	-I $(top_srcdir)/../../../include \
	-I $(top_srcdir)/../VCL -static 

bin_PROGRAMS = installmgr

installmgr_SOURCES = \
	main.cpp \
	callbacks.cpp callbacks.h \
	MainFrm.cpp MainFrm.h
#	interface.c interface.h \
#	support.c support.h \

installmgr_LDADD = -L$(top_srcdir)/../../../lib -L../vcl -lVCL @GTK_LIBS@ $(INTLLIBS) -lsword -lz
installmgr_LDFLAGS =