diff options
author | Pablo Barciela <[email protected]> | 2019-02-08 00:35:24 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-03-11 08:34:05 +0100 |
commit | 503577a21ebc5e3ffdefded63c21d8d29646688e (patch) | |
tree | dd662aacc992758529c1fd08a214265858318483 /libmate-desktop/Makefile.am | |
parent | 7a6f8bebf79dc5bb88053d1b7a03eedf100bbca7 (diff) | |
download | mate-desktop-503577a21ebc5e3ffdefded63c21d8d29646688e.tar.bz2 mate-desktop-503577a21ebc5e3ffdefded63c21d8d29646688e.tar.xz |
MateHSV implementation (GtkHSV fork)
Diffstat (limited to 'libmate-desktop/Makefile.am')
-rw-r--r-- | libmate-desktop/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libmate-desktop/Makefile.am b/libmate-desktop/Makefile.am index 1564e89..de346b2 100644 --- a/libmate-desktop/Makefile.am +++ b/libmate-desktop/Makefile.am @@ -14,6 +14,7 @@ libmate_desktop_HEADERS = \ mate-rr-labeler.h \ mate-colorbutton.h \ mate-colorsel.h \ + mate-hsv.h \ mate-colorseldialog.h lib_LTLIBRARIES = libmate-desktop-2.la @@ -50,6 +51,7 @@ introspection_sources = \ mate-rr-labeler.c \ mate-colorbutton.c \ mate-colorsel.c \ + mate-hsv.c \ mate-colorseldialog.c \ edid-parse.c |