You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

11 lines
315 B

INCLUDES = -I.. $(all_includes)
libgoo_la_LDFLAGS = $(all_libraries) -no-undefined
libgoo_la_SOURCES = GHash.cc GList.cc GString.cc gfile.cc gmem.c gmempp.cc \
parseargs.c
noinst_LTLIBRARIES = libgoo.la
noinst_HEADERS = GHash.h GList.h GString.h gfile.h gmem.h gtypes.h \
parseargs.h
METASOURCES = AUTO