programs/dtsearchpath: add automake files
This commit is contained in:
17
cde/programs/dtsearchpath/dtappg/Makefile.am
Normal file
17
cde/programs/dtsearchpath/dtappg/Makefile.am
Normal file
@@ -0,0 +1,17 @@
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
bin_PROGRAMS = dtappgather
|
||||
|
||||
dtappgather_CXXFLAGS = -I../libCliSrv
|
||||
|
||||
if AIX
|
||||
dtappgather_CXXFLAGS += -DIOSTREAMSWORKS
|
||||
endif
|
||||
|
||||
dtappgather_LDADD = ../libCliSrv/libCliSrv.a $(LIBTT) $(XTOOLLIB) ${X_LIB}
|
||||
|
||||
if SUN
|
||||
dtappgather_LDADD += -ldl -lintl
|
||||
endif
|
||||
|
||||
dtappgather_SOURCES = Options.C dtappgather.C
|
||||
Reference in New Issue
Block a user