Mercurial > audlegacy-plugins
view src/modplug/archive/Makefile @ 1839:4e8ed7dff435
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Mon, 24 Sep 2007 14:03:31 -0500 |
| parents | 499656950801 |
| children |
line wrap: on
line source
include ../../../extra.mk STATIC_LIB_NOINST = libarchive.a SRCS = archive.cxx \ open.cxx \ arch_raw.cxx \ arch_gzip.cxx \ arch_zip.cxx \ arch_rar.cxx \ arch_bz2.cxx include ../../../buildsys.mk CPPFLAGS += -I../../.. $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) $(AUDACIOUS_CFLAGS) CXXFLAGS += $(PLUGIN_CFLAGS)
