Mercurial > audlegacy
comparison Plugins/Visualization/libvisual-proxy/Makefile.am @ 61:fa848bd484d8 trunk
[svn] Move plugins to Plugins/
| author | nenolod |
|---|---|
| date | Fri, 28 Oct 2005 22:58:11 -0700 |
| parents | |
| children | 45a0d9a765be |
comparison
equal
deleted
inserted
replaced
| 60:1771f253e1b2 | 61:fa848bd484d8 |
|---|---|
| 1 ## Process this file with automake to produce Makefile.in | |
| 2 | |
| 3 if HAVE_LIBVISUAL | |
| 4 | |
| 5 lib_LTLIBRARIES = libvisual_proxy.la | |
| 6 | |
| 7 endif | |
| 8 | |
| 9 libdir = $(plugindir)/$(VISUALIZATION_PLUGIN_DIR) | |
| 10 | |
| 11 INCLUDES = $(GTK_CFLAGS) $(LIBVISUAL_CFLAGS) $(SDL_CFLAGS) $(all_includes) | |
| 12 | |
| 13 libvisual_proxy_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(GTK_LDFLAGS) $(LIBVISUAL_LDFLAGS) $(SDL_LDFLAGS) | |
| 14 libvisual_proxy_la_LIBADD = $(GTK_LIBS) $(LIBVISUAL_LIBS) $(SDL_LIBS) -lGL | |
| 15 | |
| 16 libvisual_proxy_la_CFLAGS = $(PLUGIN_CFLAGS) | |
| 17 | |
| 18 libvisual_proxy_la_SOURCES = main.c \ | |
| 19 lv_bmp_config.c lv_bmp_config.h \ | |
| 20 config_gui.c config_gui.h \ | |
| 21 about.c about.h | |
| 22 |
