diff options
Diffstat (limited to 'libmate-desktop/Makefile.am')
-rw-r--r-- | libmate-desktop/Makefile.am | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/libmate-desktop/Makefile.am b/libmate-desktop/Makefile.am index 44b8b9b..6477c5c 100644 --- a/libmate-desktop/Makefile.am +++ b/libmate-desktop/Makefile.am @@ -12,7 +12,6 @@ libmate_desktop_HEADERS = \ mate-languages.h \ mate-rr-config.h \ mate-rr-labeler.h \ - mate-colorbutton.h \ mate-colorsel.h \ mate-hsv.h \ mate-colorseldialog.h \ @@ -32,7 +31,7 @@ AM_CPPFLAGS = \ AM_CFLAGS = $(WARN_CFLAGS) -noinst_PROGRAMS = test-desktop-thumbnail test-ditem test test-languages test-image-menu-item +noinst_PROGRAMS = test-desktop-thumbnail test-ditem test-languages test-image-menu-item CLEANFILES = @@ -49,7 +48,6 @@ introspection_sources = \ mate-rr-config.c \ mate-rr-output-info.c \ mate-rr-labeler.c \ - mate-colorbutton.c \ mate-colorsel.c \ mate-hsv.c \ mate-colorseldialog.c \ @@ -73,9 +71,6 @@ libmate_desktop_2_la_LDFLAGS = \ -export-symbols-regex "^mate_.*" \ -no-undefined -test_SOURCES = \ - test.c - test_LDADD = \ libmate-desktop-2.la \ $(MATE_DESKTOP_LIBS) |