summaryrefslogtreecommitdiff
path: root/libmetacity/Makefile.am
diff options
context:
space:
mode:
authorAlberts Muktupāvels <alberts.muktupavels@gmail.com>2016-01-28 18:29:16 +0200
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2016-01-28 18:29:16 +0200
commit8f7609666f1eb40c02182df219123ed69aec1845 (patch)
tree24dad193ff1a3f5eaeccae7edff218247ee1a034 /libmetacity/Makefile.am
parent37a2d2056f05c940c6244627da25057f42be8807 (diff)
downloadmetacity-8f7609666f1eb40c02182df219123ed69aec1845.tar.gz
move MetaButtonFunction to libmetacity
Diffstat (limited to 'libmetacity/Makefile.am')
-rw-r--r--libmetacity/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/libmetacity/Makefile.am b/libmetacity/Makefile.am
index 14187b48..47c445b8 100644
--- a/libmetacity/Makefile.am
+++ b/libmetacity/Makefile.am
@@ -3,6 +3,8 @@ NULL =
lib_LTLIBRARIES = libmetacity.la
libmetacity_la_SOURCES = \
+ meta-button-function.c \
+ meta-button-function.h \
meta-color.c \
meta-color.h \
meta-color-private.h \
@@ -49,6 +51,7 @@ libmetacity_la_LIBADD = \
libmetacity_includedir = $(includedir)/metacity/libmetacity
libmetacity_include_HEADERS = \
+ meta-button-function.h \
meta-color.h \
meta-color-spec.h \
meta-frame-borders.h \