summaryrefslogtreecommitdiffstats
path: root/common/Xregion
diff options
context:
space:
mode:
authorAdam Tkac <atkac@redhat.com>2008-06-18 15:29:19 +0000
committerAdam Tkac <atkac@redhat.com>2008-06-18 15:29:19 +0000
commit2bcfb6d2c7a15189feb7745553f71a3352838c45 (patch)
treee501dbc05a0c3745179d0e432841250ae499612e /common/Xregion
parentdefdf85be2a94fbb132e2a045e33caa55da1e06b (diff)
downloadtigervnc-2bcfb6d2c7a15189feb7745553f71a3352838c45.tar.gz
tigervnc-2bcfb6d2c7a15189feb7745553f71a3352838c45.zip
Add headers to Makefile.am-s to fix "make dist" command in common/* subtree
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1.5-xserver@2591 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/Xregion')
-rw-r--r--common/Xregion/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/common/Xregion/Makefile.am b/common/Xregion/Makefile.am
index 03151e2c..fb6a1c74 100644
--- a/common/Xregion/Makefile.am
+++ b/common/Xregion/Makefile.am
@@ -1,3 +1,5 @@
noinst_LTLIBRARIES = libXregion.la
-libXregion_la_SOURCES = Region.c
+HDRS = region.h Xregion.h
+
+libXregion_la_SOURCES = $(HDRS) Region.c