Lines 8-12
Link Here
|
8 |
+Libs: -L${libdir} -levent_pthreads-2.0 |
8 |
+Libs: -L${libdir} -levent_pthreads-2.0 |
9 |
Libs.private: @LIBS@ @PTHREAD_LIBS@ |
9 |
Libs.private: @LIBS@ @PTHREAD_LIBS@ |
10 |
-Cflags: -I${includedir} @PTHREAD_CFLAGS@ |
10 |
-Cflags: -I${includedir} @PTHREAD_CFLAGS@ |
11 |
+Cflags: -I${includedir} -I${includedir}/event2/compat @PTHREAD_CFLAGS@ |
11 |
+Cflags: -I${includedir}/event2/compat -I${includedir} @PTHREAD_CFLAGS@ |
12 |
|
12 |
|