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
Toggle navigation
Open sidebar
GNOME
mobile-broadband-provider-info
Commits
f38027cd
Commit
f38027cd
authored
Jun 02, 2009
by
Dan Williams
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump release; add distcheck capability via xmllint
parent
6f741823
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
Makefile.am
Makefile.am
+7
-1
configure.ac
configure.ac
+2
-2
No files found.
Makefile.am
View file @
f38027cd
## Process this file with automake to produce Makefile.in
dist_pkgdata_DATA
=
serviceproviders.xml serviceproviders.dtd
SP_XML_DB
=
serviceproviders.xml
dist_pkgdata_DATA
=
$(SP_XML_DB)
serviceproviders.2.dtd
EXTRA_DIST
=
mobile-broadband-provider-info.pc.in
pkgconfigdir
=
$(libdir)
/pkgconfig
pkgconfig_DATA
=
mobile-broadband-provider-info.pc
check-local
:
xmllint
--valid
$(top_srcdir)
/
$(SP_XML_DB)
2>&1
>
/dev/null
||
exit
1
;
configure.ac
View file @
f38027cd
AC_PREREQ(2.52)
AC_INIT(mobile-broadband-provider-info, 20090
309
, antti@kaijanmaki.net, mobile-broadband-provider-info)
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_INIT(mobile-broadband-provider-info, 20090
602
, antti@kaijanmaki.net, mobile-broadband-provider-info)
AM_INIT_AUTOMAKE([-Wall -Werror foreign
no-dist-gzip dist-bzip2
])
AM_MAINTAINER_MODE
AC_CONFIG_FILES([
...
...
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