Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
belr
Commits
fb9d451f
Commit
fb9d451f
authored
Nov 25, 2015
by
Sylvain Berfini
🐮
Browse files
Fix belr headers install
parent
f4cc7ce8
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
4 deletions
+7
-4
Makefile.am
Makefile.am
+1
-1
configure.ac
configure.ac
+2
-0
include/Makefile.am
include/Makefile.am
+1
-0
include/belr/Makefile.am
include/belr/Makefile.am
+3
-3
No files found.
Makefile.am
View file @
fb9d451f
SUBDIRS
=
src tests
SUBDIRS
=
src tests
include
configure.ac
View file @
fb9d451f
...
...
@@ -27,6 +27,8 @@ AC_CONFIG_FILES(
Makefile
src/Makefile
tests/Makefile
include/Makefile
include/belr/Makefile
)
AC_OUTPUT
include/Makefile.am
0 → 100644
View file @
fb9d451f
SUBDIRS
=
belr
include/belr/Makefile.am
View file @
fb9d451f
belrdir
=
$(includedir)
/belr
belr
_include
dir
=
$(includedir)
/belr
belr_HEADERS
=
belr.hh abnf.hh grammarbuilder.hh parser.hh parser-impl.cc
belr_
include_
HEADERS
=
belr.hh abnf.hh grammarbuilder.hh parser.hh parser-impl.cc
EXTRA_DIST
=
$(belr_HEADERS)
EXTRA_DIST
=
$(belr_
include_
HEADERS)
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