10 lines
207 B
Text
10 lines
207 B
Text
|
noinst_LIBRARIES = libGenFans.a
|
||
|
|
||
|
libGenFans_a_SOURCES = genfans.cxx genfans.hxx
|
||
|
|
||
|
INCLUDES += \
|
||
|
-I$(top_builddir) \
|
||
|
-I$(top_builddir)/Lib \
|
||
|
-I$(top_builddir)/Tools/Lib \
|
||
|
-I$(top_builddir)/Tools/Construct
|