From e7798ad595b3e90ff3077a65f0e342637fdeb0de Mon Sep 17 00:00:00 2001 From: behdad Date: Tue, 25 May 2004 11:14:14 +0000 Subject: [PATCH] Moved gen.tab to the first subdir. --- Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 3bb8035..dfe4431 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,15 +1,15 @@ ############################################################################## -## $Id: Makefile.am,v 1.4 2004-05-22 11:21:39 behdad Exp $ +## $Id: Makefile.am,v 1.5 2004-05-25 11:14:14 behdad Exp $ ## $Author: behdad $ -## $Date: 2004-05-22 11:21:39 $ -## $Revision: 1.4 $ +## $Date: 2004-05-25 11:14:14 $ +## $Revision: 1.5 $ ## $Source: /home/behdad/src/fdo/fribidi/togit/git/../fribidi/fribidi2/Makefile.am,v $ ############################################################################## ## -*- Automake -*- ## Process this file with automake to produce Makefile.in ## The order of subdirs is important, don't change without a reason. -SUBDIRS = charset gen.tab lib bin doc test +SUBDIRS = gen.tab charset lib bin doc test pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = @PACKAGE@.pc -- 2.40.0