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

29 lines
483 B
Makefile

## Process this file with automake to produce Makefile.in
AM_CPPFLAGS = \
-DPACKAGE_LOCALE_DIR=\""$(localedir)"\" \
-DPACKAGE_SRC_DIR=\""$(srcdir)"\" \
-DPACKAGE_DATA_DIR=\""$(pkgdatadir)"\" \
$(LIBSNTL_CFLAGS) -I../include
AM_CFLAGS =\
-Wall\
-g
lib_LTLIBRARIES = libsntl.la
libsntl_la_SOURCES = \
queue.c connection.c
libsntl_la_LDFLAGS =
libsntl_la_LIBADD =
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libsntl-0.1.pc
EXTRA_DIST = \
libsntl-1.2.pc.in