diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-03-05 11:18:21 -0500 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2011-03-07 10:49:51 -0500 |
commit | a37fab2dde1cb4ea0fb93ed811b14b2be9e52566 (patch) | |
tree | 52f4ee93a489be30783441bb612a7c5f18c54286 /Makefile.am | |
parent | 3b4040904d8fd5b8c7a20b0b187d70a00dd452ef (diff) |
config: move wrapper in its own directory
This prevents the use of per-target compiler flags.
Makefiles are simpler.
The -D flags for the wrapper are moved with pre-precessor flags.
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a733b52..bc315df 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,7 +19,7 @@ # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -SUBDIRS = src include +SUBDIRS = src include wrapper pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xvmc.pc |