* iface/gspn/gspn.cc, iface/gspn/gspn.hh: New files. * iface/gspn/Makefile.am (libspotgspn_la_SOURCES): Add them.
8 lines
183 B
Makefile
8 lines
183 B
Makefile
AM_CPPFLAGS = -I$(top_srcdir)/src $(BUDDY_CPPFLAGS)
|
|
AM_CXXFLAGS = $(WARNING_CXXFLAGS)
|
|
|
|
lib_LTLIBRARIES = libspotgspn.la
|
|
libspotgspn_la_SOURCES = \
|
|
gspn.hh \
|
|
gspn.cc \
|
|
gspnlib.h
|