diff options
author | Adam Tkac <atkac@redhat.com> | 2008-06-18 15:29:19 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2008-06-18 15:29:19 +0000 |
commit | 2bcfb6d2c7a15189feb7745553f71a3352838c45 (patch) | |
tree | e501dbc05a0c3745179d0e432841250ae499612e /common/Xregion | |
parent | defdf85be2a94fbb132e2a045e33caa55da1e06b (diff) | |
download | tigervnc-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.am | 4 |
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 |