Use recursive automake in src/share/ part of tree.

This will make it easier to incorporate the win_utf8_io stuff.
This commit is contained in:
Erik de Castro Lopo
2013-04-01 17:44:42 +11:00
parent e14a08766a
commit b3c3e2ac4f
10 changed files with 61 additions and 125 deletions

View File

@@ -1,24 +0,0 @@
## Process this file with automake to produce Makefile.in
AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include
noinst_LTLIBRARIES = libgrabbag.la
libgrabbag_la_SOURCES = \
alloc.c \
cuesheet.c \
file.c \
picture.c \
replaygain.c \
seektable.c \
snprintf.c
EXTRA_DIST = \
Makefile.lite \
grabbag_static.vcproj
debug:
$(MAKE) all CFLAGS="@DEBUG@"
profile:
$(MAKE) all CFLAGS="@PROFILE@"