Factor common Makefile definitions into a `vars.am' file.
[sod] / Makefile.am
index 4e1b7d5..55757e0 100644 (file)
@@ -23,6 +23,8 @@
 ### along with SOD; if not, write to the Free Software Foundation,
 ### Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
+include        $(top_srcdir)/vars.am
+
 SUBDIRS                         =
 
 ###--------------------------------------------------------------------------