diff options
author | Adam Tkac <atkac@redhat.com> | 2008-04-14 14:49:52 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2008-04-14 14:49:52 +0000 |
commit | 47e7ee8e73c77202d2b07998cfb9efbe496ae849 (patch) | |
tree | 23fe0ff941a577a4a817a250c9af99e70aa0c63f /common/Xregion | |
parent | 4cb954c36761f041eba50f374b5d2f4b3510757f (diff) | |
download | tigervnc-47e7ee8e73c77202d2b07998cfb9efbe496ae849.tar.gz tigervnc-47e7ee8e73c77202d2b07998cfb9efbe496ae849.zip |
- generate Makefile.in from Makefile.am template
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1.5-xserver@2466 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/Xregion')
-rw-r--r-- | common/Xregion/Makefile.am | 3 | ||||
-rw-r--r-- | common/Xregion/Makefile.in | 15 |
2 files changed, 3 insertions, 15 deletions
diff --git a/common/Xregion/Makefile.am b/common/Xregion/Makefile.am new file mode 100644 index 00000000..03151e2c --- /dev/null +++ b/common/Xregion/Makefile.am @@ -0,0 +1,3 @@ +noinst_LTLIBRARIES = libXregion.la + +libXregion_la_SOURCES = Region.c diff --git a/common/Xregion/Makefile.in b/common/Xregion/Makefile.in deleted file mode 100644 index 878a29b6..00000000 --- a/common/Xregion/Makefile.in +++ /dev/null @@ -1,15 +0,0 @@ - -SRCS = Region.c - -OBJS = $(SRCS:.c=.o) - -library = libXregion.a - -all:: $(library) - -$(library): $(OBJS) - rm -f $(library) - $(AR) $(library) $(OBJS) - $(RANLIB) $(library) - -# followed by boilerplate.mk |