diff options
author | Adam Tkac <atkac@redhat.com> | 2008-03-20 11:48:41 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2008-03-20 11:48:41 +0000 |
commit | ae2c6454d953f142efc02da285655b0451d86da0 (patch) | |
tree | a48a2ab700c33f43c87a94c3804ef17b90d263d1 /common/Xregion | |
parent | d547e72eba2e44a3201f603fee66bd504db7b854 (diff) | |
download | tigervnc-ae2c6454d953f142efc02da285655b0451d86da0.tar.gz tigervnc-ae2c6454d953f142efc02da285655b0451d86da0.zip |
- use Makefile.am and configure.ac
- removed unwanted files
- internationalization and jpeg library doesn't work yet
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1.5-xserver@2433 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..fbcf5905 --- /dev/null +++ b/common/Xregion/Makefile.am @@ -0,0 +1,3 @@ +noinst_LTLIBRARIES = libXregion.la + +libXregion_la_SOURCES = Region.c region.h Xregion.h 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 |