Mercurial > audlegacy
annotate Plugins/Visualization/libvisual-proxy/Makefile.am @ 416:cb00a4b01302 trunk
[svn] Convert to produce_audio usage.
| author | chainsaw |
|---|---|
| date | Tue, 10 Jan 2006 16:50:39 -0800 |
| parents | 45a0d9a765be |
| children |
| rev | line source |
|---|---|
| 61 | 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 | |
|
317
45a0d9a765be
[svn] Begin resurrecting config dialog. It compiles. Basic functionality is available, but see debug spew for TODO list.
chainsaw
parents:
61
diff
changeset
|
11 INCLUDES = $(GTK_CFLAGS) $(LIBVISUAL_CFLAGS) $(SDL_CFLAGS) $(all_includes) -I$(top_builddir)/intl |
| 61 | 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 |
