~wiking-maeth/skeleton/trunk

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Viktor Gal
  • Date: 2011-04-25 10:37:17 UTC
  • Revision ID: git-v1:57b07e7d2c2800d29b9ff6a4b5b5170d6b975d6d
Add oldschool method for finding OGG library
Add option to find and define where Ogg library resides via configure
script

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
        skeleton_query.c                \
20
20
        skeleton_vector.c               
21
21
        
22
 
libskeleton_la_CFLAGS = $(AM_CFLAGS) $(OGG_CFLAGS)
 
22
libskeleton_la_CFLAGS = $(AM_CFLAGS) $(OGG_CFLAGS) $(CFLAGS)
23
23
libskeleton_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@ @SHLIB_VERSION_ARG@ 
24
24
libskeleton_la_LIBADD = @OGG_LIBS@