diff options
author | jbj <devnull@localhost> | 2001-05-03 21:00:18 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-05-03 21:00:18 +0000 |
commit | d78e027808deb6aef4e65338d160986d7e576a90 (patch) | |
tree | 53cddb260f6b5a0fab362b6c0f6f3375d0cacb8b /popt | |
parent | 0ecdbba93587408c670124e88d39451c681a77eb (diff) | |
download | librpm-tizen-d78e027808deb6aef4e65338d160986d7e576a90.tar.gz librpm-tizen-d78e027808deb6aef4e65338d160986d7e576a90.tar.bz2 librpm-tizen-d78e027808deb6aef4e65338d160986d7e576a90.zip |
- still more boring lclint annotations and fiddles.
CVS patchset: 4738
CVS date: 2001/05/03 21:00:18
Diffstat (limited to 'popt')
-rw-r--r-- | popt/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/popt/Makefile.am b/popt/Makefile.am index a5fafa943..8ffe16408 100644 --- a/popt/Makefile.am +++ b/popt/Makefile.am @@ -34,6 +34,10 @@ libpopt_la_SOURCES = popt.c findme.c poptparse.c poptconfig.c popthelp.c man_MANS = popt.3 +.PHONY: sources +sources: + @echo $(libpopt_la_SOURCES:%=popt/%) + .PHONY: lclint lclint: lclint ${DEFS} ${INCLUDES} ${libpopt_la_SOURCES} |