diff options
author | Stefano Karapetsas <[email protected]> | 2013-10-31 12:06:51 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-10-31 12:06:51 +0100 |
commit | 7dde59b8d668993a3d1805a6ae949e36e0d3db1d (patch) | |
tree | 0b55efb207791b43873c11a11debf2273a98f51b /libmate-desktop/Makefile.am | |
parent | 65305c4c07849d393642ea40bb9163962cc9e22a (diff) | |
download | mate-desktop-7dde59b8d668993a3d1805a6ae949e36e0d3db1d.tar.bz2 mate-desktop-7dde59b8d668993a3d1805a6ae949e36e0d3db1d.tar.xz |
Add MATE_DESKTOP_CHECK_VERSION function
Diffstat (limited to 'libmate-desktop/Makefile.am')
-rw-r--r-- | libmate-desktop/Makefile.am | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/libmate-desktop/Makefile.am b/libmate-desktop/Makefile.am index 3854e81..98c9c00 100644 --- a/libmate-desktop/Makefile.am +++ b/libmate-desktop/Makefile.am @@ -1,5 +1,6 @@ libmate_desktopdir = $(includedir)/mate-desktop-2.0/libmate-desktop libmate_desktop_HEADERS = \ + mate-desktop.h \ mate-desktop-utils.h \ mate-desktop-item.h \ mate-dconf.h \ @@ -24,7 +25,7 @@ AM_CPPFLAGS = \ AM_CFLAGS = $(WARN_CFLAGS) -noinst_PROGRAMS = test-ditem +noinst_PROGRAMS = test-ditem test libmate_desktop_2_la_SOURCES = \ mate-desktop-item.c \ @@ -53,6 +54,13 @@ libmate_desktop_2_la_LDFLAGS = \ -version-info $(LT_VERSION) \ -no-undefined +test_SOURCES = \ + test.c + +test_LDADD = \ + libmate-desktop-2.la \ + $(MATE_DESKTOP_LIBS) + test_ditem_SOURCES = \ test-ditem.c |