~linaro-maintainers/compiz-plugins-main/overlay-gl

« back to all changes in this revision

Viewing changes to debian/patches/01_fix_cleanup.patch

  • Committer: Michael Vogt
  • Date: 2007-06-12 08:52:21 UTC
  • Revision ID: michael.vogt@ubuntu.com-20070612085221-3ygmei8zlxsaef5g
* initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff -Nur plugins-main/src/ring/Makefile.am plugins-main.new/src/ring/Makefile.am
 
2
--- plugins-main/src/ring/Makefile.am   2007-06-08 17:08:45.000000000 +0200
 
3
+++ plugins-main.new/src/ring/Makefile.am       2007-06-08 17:24:43.000000000 +0200
 
4
@@ -3,7 +3,7 @@
 
5
 
 
6
 libring_la_LDFLAGS = $(PFLAGS)
 
7
 libring_la_LIBADD = @COMPIZ_LIBS@
 
8
-libring_la_SOURCES = ring_options.c ring.c
 
9
+libring_la_SOURCES = ring_options.c ring.c ring_options.h
 
10
 
 
11
 INCLUDES =                              \
 
12
        @COMPIZ_CFLAGS@                  \