Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
9f3e98b7
Commit
9f3e98b7
authored
Sep 30, 2009
by
Peter Lieverdink
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make sure to use the correct location for config.h when generating event-config.h
parent
e4ee17b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
extra/libevent/Makefile.am
extra/libevent/Makefile.am
+2
-2
No files found.
extra/libevent/Makefile.am
View file @
9f3e98b7
...
@@ -22,7 +22,7 @@ include_HEADERS = event.h evutil.h event-config.h
...
@@ -22,7 +22,7 @@ include_HEADERS = event.h evutil.h event-config.h
BUILT_SOURCES
=
event-config.h
BUILT_SOURCES
=
event-config.h
event-config.h
:
$(top_
src
dir)/include/config.h
event-config.h
:
$(top_
build
dir)/include/config.h
echo
'/* event-config.h'
>
$@
echo
'/* event-config.h'
>
$@
echo
' * Generated by autoconf; post-processed by libevent.'
>>
$@
echo
' * Generated by autoconf; post-processed by libevent.'
>>
$@
echo
' * Do not edit this file.'
>>
$@
echo
' * Do not edit this file.'
>>
$@
...
@@ -33,7 +33,7 @@ event-config.h: $(top_srcdir)/include/config.h
...
@@ -33,7 +33,7 @@ event-config.h: $(top_srcdir)/include/config.h
sed
-e
's/#define /#define _EVENT_/'
\
sed
-e
's/#define /#define _EVENT_/'
\
-e
's/#undef /#undef _EVENT_/'
\
-e
's/#undef /#undef _EVENT_/'
\
-e
's/#ifndef /#ifndef _EVENT_/'
<
$(top_
src
dir)/include/config.h
>>
$@
-e
's/#ifndef /#ifndef _EVENT_/'
<
$(top_
build
dir)/include/config.h
>>
$@
echo
"#endif"
>>
$@
echo
"#endif"
>>
$@
AM_CPPFLAGS
=
-Icompat
-I
$(top_srcdir)
/include
AM_CPPFLAGS
=
-Icompat
-I
$(top_srcdir)
/include
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