diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2008-05-28 14:39:10 (GMT) |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2008-05-28 14:39:10 (GMT) |
commit | 94886c4bafc96489b9ba07521518dd5590ee321f (patch) | |
tree | 5e9a25c0c7683b9b01eb3b1ec24a14513d5b0433 /tests/Makefile.am | |
parent | 0c5f99f90a07381c6d21446532f35372c421fed5 (diff) | |
download | patchelf-94886c4bafc96489b9ba07521518dd5590ee321f.zip patchelf-94886c4bafc96489b9ba07521518dd5590ee321f.tar.gz patchelf-94886c4bafc96489b9ba07521518dd5590ee321f.tar.bz2 |
* Fix make dist.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 668ec31..9d9b6bc 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -8,6 +8,7 @@ TESTS_ENVIRONMENT = PATCHELF_DEBUG=1 simple_SOURCES = simple.c +main_scoped_SOURCES = main: main.o libfoo.so |