dtprintinfo: make it build
Also, it was easier just to use a single Makefile.am rather than one for every subdir, so thats what we did here.
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
noinst_LIBRARIES = libUtil.a
|
||||
|
||||
libUtil_a_CXXFLAGS = -I. -DKORNSHELL=\"$(KSH)\"
|
||||
|
||||
if AIX
|
||||
libUtil_a_CXXFLAGS = -DHAS_EXCEPTIONS
|
||||
endif
|
||||
|
||||
libUtil_a_SOURCES = Invoke.C Process.C
|
||||
Reference in New Issue
Block a user