summaryrefslogtreecommitdiff
path: root/libmate-desktop/Makefile.am
diff options
context:
space:
mode:
authorzhuyaliang <[email protected]>2023-10-07 15:27:49 +0800
committerLuke from DC <[email protected]>2023-10-08 05:43:40 +0000
commitb7b0241a59d616699d83b03c57227182e8b1109a (patch)
treece8af2dca472a938e2676ba2f35578ec73a4eb7e /libmate-desktop/Makefile.am
parent079950d33769e083d5251a254787e61d11345fb2 (diff)
downloadmate-desktop-b7b0241a59d616699d83b03c57227182e8b1109a.tar.bz2
mate-desktop-b7b0241a59d616699d83b03c57227182e8b1109a.tar.xz
Remove useless mate_color_button apis
Diffstat (limited to 'libmate-desktop/Makefile.am')
-rw-r--r--libmate-desktop/Makefile.am7
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)