9 lines
118 B
Makefile
9 lines
118 B
Makefile
AM_CPPFLAGS = \
|
|
-I$(top_srcdir)
|
|
|
|
noinst_LIBRARIES = libDpip.a
|
|
|
|
libDpip_a_SOURCES = \
|
|
dpip.hh \
|
|
dpip.cc
|