Changeset 3 for trunk/src/Makefile.am


Ignore:
Timestamp:
08/12/06 16:21:35 (18 years ago)
Author:
zorg
Message:

Update to 1.2 (work in progress)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Makefile.am

    r1 r3  
    33AUTOMAKE_OPTIONS = foreign
    44
    5 INCLUDES = -I$(top_builddir)/include
     5lib_LTLIBRARIES = libmpcdec.la
    66
    7 lib_LTLIBRARIES = libmusepack.la
    8 
    9 libmusepack_la_SOURCES = \
     7libmpcdec_la_SOURCES = \
    108        huffsv46.c \
    119        huffsv7.c \
     
    1614        streaminfo.c \
    1715        synth_filter.c
    18 libmusepack_la_LDFLAGS = -no-undefined -version-info 2:0:0
     16libmpcdec_la_LDFLAGS = -no-undefined -version-info 3:0:0
    1917
    2018noinst_PROGRAMS = sample
    2119sample_SOURCES = sample.cpp
    22 sample_LDADD = libmusepack.la
     20sample_LDADD = libmpcdec.la
    2321
Note: See TracChangeset for help on using the changeset viewer.