]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - libdisk/Makefile
Flush out my xfsprogs backlog - bunch of I18N and sector size related
[thirdparty/xfsprogs-dev.git] / libdisk / Makefile
index 3617278e8d9bf55e7d43ccb1c7e8a6d09469a495..2be10965871fd3642523deb1ab20382c23f60e7c 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2000 Silicon Graphics, Inc.  All Rights Reserved.
+# Copyright (c) 2000-2001 Silicon Graphics, Inc.  All Rights Reserved.
 # 
 # This program is free software; you can redistribute it and/or modify it
 # under the terms of version 2 of the GNU General Public License as
@@ -38,8 +38,13 @@ LT_CURRENT = 0
 LT_REVISION = 0
 LT_AGE = 0
 
-CFILES = fstype.c pttype.c md.c xvm.c lvm.c drivers.c mountinfo.c
-HFILES = fstype.h pttype.h md.h xvm.h
+CFILES = drivers.c fstype.c pttype.c
+ifeq ($(PKG_PLATFORM),linux)
+CFILES += md.c xvm.c evms.c lvm.c
+else
+LSRCFILES = md.c xvm.c evms.c lvm.c
+endif
+HFILES = drivers.h fstype.h pttype.h md.h xvm.h evms.h
 
 default: $(LTLIBRARY)