diff options
author | Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com> | 2007-05-08 10:48:27 -0400 |
---|---|---|
committer | Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com> | 2007-05-08 10:48:27 -0400 |
commit | 4bd9ebc83d5a25141b5c9868513b918befd433d0 (patch) | |
tree | 4bc87dfdd33f10ab424f5f083db9ff0e3a6206b9 /Makefile.am | |
parent | 50289aace6a8699c08593a8cb93bf8dfc30ed818 (diff) |
Add a simple test program; fix linking problems
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 3621cc76..25be5f37 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = pixman +SUBDIRS = pixman test pkgconfigdir=$(libdir)/pkgconfig pkgconfig_DATA=pixman.pc |