diff options
author | Peter Teichman <teichman@src.gnome.org> | 2000-12-15 00:23:10 +0800 |
---|---|---|
committer | Peter Teichman <teichman@src.gnome.org> | 2000-12-15 00:23:10 +0800 |
commit | 1d56a90d3f9def4091c58fc965cc446e65586775 (patch) | |
tree | 7ad39238d00323bc600b8ba767cf8f2468d97c88 /libical | |
parent | bf5e0bacd8954ba1cef33a75b98548163df39fbc (diff) | |
download | gsoc2013-evolution-1d56a90d3f9def4091c58fc965cc446e65586775.tar gsoc2013-evolution-1d56a90d3f9def4091c58fc965cc446e65586775.tar.gz gsoc2013-evolution-1d56a90d3f9def4091c58fc965cc446e65586775.tar.bz2 gsoc2013-evolution-1d56a90d3f9def4091c58fc965cc446e65586775.tar.lz gsoc2013-evolution-1d56a90d3f9def4091c58fc965cc446e65586775.tar.xz gsoc2013-evolution-1d56a90d3f9def4091c58fc965cc446e65586775.tar.zst gsoc2013-evolution-1d56a90d3f9def4091c58fc965cc446e65586775.zip |
put icalproperty.h and icalvalue.h before icalcomponent.c in the
libical_la_SOURCES list, so they get built before it.
svn path=/trunk/; revision=7010
Diffstat (limited to 'libical')
-rw-r--r-- | libical/src/libical/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libical/src/libical/Makefile.am b/libical/src/libical/Makefile.am index ee5ba51c0e..b58e9e4109 100644 --- a/libical/src/libical/Makefile.am +++ b/libical/src/libical/Makefile.am @@ -16,6 +16,8 @@ INCLUDES = \ libical_la_LDFLAGS = -version-info 0:0:0 libical_la_SOURCES = \ + icalproperty.h \ + icalvalue.h \ icalcomponent.c \ icalcomponent.h \ icalenums.c \ @@ -32,7 +34,6 @@ libical_la_SOURCES = \ icalparser.c \ icalparser.h \ icalproperty.c \ - icalproperty.h \ icalrecur.c \ icalrecur.h \ icalrestriction.c \ @@ -42,7 +43,6 @@ libical_la_SOURCES = \ icaltypes.c \ icaltypes.h \ icalvalue.c \ - icalvalue.h \ icalyacc.h \ icalyacc.y \ pvl.c \ |