Changeset 408
- Timestamp:
- 08/12/08 23:46:07 (16 years ago)
- Location:
- libmpc/trunk/mpcchap
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpc/trunk/mpcchap/Makefile.am
r400 r408 3 3 common_sources = ../common/tags.c ../common/crc32.c 4 4 5 INCLUDES = -I$(top_srcdir)/include -I/home/nico/src/cuetools-1.3.1/5 INCLUDES = -I$(top_srcdir)/include 6 6 METASOURCES = AUTO 7 7 mpcchap_SOURCES = dictionary.c iniparser.c mpcchap.c $(common_sources) 8 8 mpcchap_LDADD = $(top_builddir)/libmpcdec/libmpcdec.la \ 9 $(top_builddir)/libmpcenc/libmpcenc.a /home/nico/src/cuetools-1.3.1/src/lib/libcuefile.a -lm 9 $(top_builddir)/libmpcenc/libmpcenc.a \ 10 -lm -lcuefile -
libmpc/trunk/mpcchap/mpcchap.c
r406 r408 25 25 #include <sys/stat.h> 26 26 27 #include < src/lib/cuefile.h>27 #include <cuetools/cuefile.h> 28 28 29 29 // tags.c
Note: See TracChangeset
for help on using the changeset viewer.