Changeset 408


Ignore:
Timestamp:
08/12/08 23:46:07 (16 years ago)
Author:
r2d
Message:

removed my local file path (patch by xmixahlx)

Location:
libmpc/trunk/mpcchap
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libmpc/trunk/mpcchap/Makefile.am

    r400 r408  
    33common_sources = ../common/tags.c ../common/crc32.c
    44
    5 INCLUDES = -I$(top_srcdir)/include -I/home/nico/src/cuetools-1.3.1/
     5INCLUDES = -I$(top_srcdir)/include
    66METASOURCES = AUTO
    77mpcchap_SOURCES = dictionary.c iniparser.c mpcchap.c $(common_sources)
    88mpcchap_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  
    2525#include <sys/stat.h>
    2626
    27 #include <src/lib/cuefile.h>
     27#include <cuetools/cuefile.h>
    2828
    2929// tags.c
Note: See TracChangeset for help on using the changeset viewer.