Skip to content
Snippets Groups Projects
Commit 806db5e7 authored by Adam Jackson's avatar Adam Jackson :headphones:
Browse files

Deconfuse automake.

parent d4e0e8ea
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,9 @@
* src/screen.c:
Also check for EXT_tfd in the GLX extension string.
* plugins/Makefile.am:
Deconfuse automake.
2005-12-31 Zack Rusin <zack@freedesktop.org>
Initial import. (David Reveman)
......@@ -30,7 +30,8 @@ if GCONF_PLUGIN
libgconf_la_LDFLAGS = -avoid-version
libgconf_la_LIBADD = @GLXCOMP_LIBS@ @GCONF_LIBS@
libgconf_la_SOURCES = gconf.c
libgconf_library = libgconf.la
libgconf_LTLIBRARIES = libgconf.la
libgconfdir = $(plugindir)
libgconf_includes = @GCONF_CFLAGS@
endif
......@@ -43,12 +44,10 @@ INCLUDES = \
moduledir = $(plugindir)
module_LTLIBRARIES = \
libgconf.la \
libfade.la \
libcube.la \
librotate.la \
libzoom.la \
libexpose.la \
libwobbly.la \
libshadow.la \
$(libgconf_library)
libshadow.la
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment