Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
pkg-config
pkg-config
Commits
37d59a0c
Commit
37d59a0c
authored
May 23, 2010
by
Tollef Fog Heen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Distcheck fixes
Various small fixes to make distcheck pass
parent
a23bbe45
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
Makefile.am
Makefile.am
+3
-5
check/Makefile.am
check/Makefile.am
+1
-1
popt/Makefile.am
popt/Makefile.am
+3
-1
popt/findme.c
popt/findme.c
+0
-0
popt/findme.h
popt/findme.h
+0
-0
No files found.
Makefile.am
View file @
37d59a0c
...
...
@@ -3,7 +3,7 @@ included_glib_includes = @GLIB_CFLAGS@
pkg_config_LDADD
=
@GLIB_LIBS@
else
GLIB_SUBDIR
=
glib-1.2.10
included_glib_includes
=
-I
.
/glib-1.2.10
included_glib_includes
=
-I
$(top_srcdir)
/glib-1.2.10
-I
$(top_builddir)
/glib-1.2.10
pkg_config_LDADD
=
glib-1.2.10/libglib.la
endif
...
...
@@ -11,7 +11,7 @@ if USE_INSTALLED_POPT
pkg_config_LDADD
+=
$(POPT_LIBS)
else
pkg_config_LDADD
+=
popt/libpopt.la
popt_includes
=
-I
.
/popt
popt_includes
=
-I
$(top_srcdir)
/popt
POPT_SUBDIR
=
popt
endif
...
...
@@ -36,6 +36,4 @@ pkg_config_SOURCES= \
pkg.c
\
parse.h
\
parse.c
\
main.c
\
findme.c
\
findme.h
main.c
\ No newline at end of file
check/Makefile.am
View file @
37d59a0c
...
...
@@ -5,6 +5,6 @@ TESTS = check-cflags check-libs check-define-variable \
EXTRA_DIST
=
$(TESTS)
common simple.pc requires-test.pc public-dep.pc
\
private-dep.pc includedir.pc missing-requires-private.pc
\
missing-requires.pc idirafter.pc whitespace.pc
missing-requires.pc idirafter.pc
conflicts-test.pc
whitespace.pc
DISTCLEANFILES
=
config.sh
popt/Makefile.am
View file @
37d59a0c
...
...
@@ -5,4 +5,6 @@ libpopt_la_SOURCES = \
poptconfig.c
\
popthelp.c
\
poptint.h
\
poptparse.c
poptparse.c
\
findme.c
\
findme.h
findme.c
→
popt/
findme.c
View file @
37d59a0c
File moved
findme.h
→
popt/
findme.h
View file @
37d59a0c
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment