diff options
author | Perberos <[email protected]> | 2011-12-01 22:29:22 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-12-01 22:29:22 -0300 |
commit | 17e291fd05d66fe232e2f409d54331c495b2fbd0 (patch) | |
tree | d3f9b3bc149dedc9d192317e930d438c5e9ba21a /python/Makefile.am | |
download | mate-menus-17e291fd05d66fe232e2f409d54331c495b2fbd0.tar.bz2 mate-menus-17e291fd05d66fe232e2f409d54331c495b2fbd0.tar.xz |
moving from https://github.com/perberos/mate-desktop-environment
Diffstat (limited to 'python/Makefile.am')
-rw-r--r-- | python/Makefile.am | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/python/Makefile.am b/python/Makefile.am new file mode 100644 index 0000000..0f55476 --- /dev/null +++ b/python/Makefile.am @@ -0,0 +1,20 @@ +AM_CPPFLAGS = \ + $(GLIB_CFLAGS) \ + $(PYTHON_INCLUDES) \ + -I$(srcdir)/../libmenu \ + -DMATEMENU_I_KNOW_THIS_IS_UNSTABLE \ + $(DISABLE_DEPRECATED_CFLAGS) \ + $(DEBUG_CFLAGS) + +AM_CFLAGS = \ + $(WARN_CFLAGS) \ + $(NO_STRICT_ALIASING_CFLAGS) + +matemenudir = $(pyexecdir) +matemenu_LTLIBRARIES = matemenu.la + +matemenu_la_SOURCES = matemenu.c +matemenu_la_LDFLAGS = -module -avoid-version -fPIC -export-symbols-regex initmatemenu +matemenu_la_LIBADD = $(GLIB_LIBS) $(PYTHON_LIBS) $(top_builddir)/libmenu/libmate-menu.la + +-include $(top_srcdir)/git.mk |