summaryrefslogtreecommitdiff
path: root/rmt
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-03-07 16:14:07 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2009-03-07 16:24:34 +0200
commitfb45630880343afb95c43fcbbb6883119e4e961a (patch)
tree09a1589c29010a7d5532ba9c2864a6b57c5437ca /rmt
parent8109596484d8910dd790b96f362095ee9de9e617 (diff)
downloadpaxutils-fb45630880343afb95c43fcbbb6883119e4e961a.tar.gz
Migrate to Git
Diffstat (limited to 'rmt')
-rw-r--r--rmt/.gitignore1
-rw-r--r--rmt/Makefile.am6
2 files changed, 4 insertions, 3 deletions
diff --git a/rmt/.gitignore b/rmt/.gitignore
new file mode 100644
index 0000000..d99fc39
--- /dev/null
+++ b/rmt/.gitignore
@@ -0,0 +1 @@
+rmt
diff --git a/rmt/Makefile.am b/rmt/Makefile.am
index b455212..37f621a 100644
--- a/rmt/Makefile.am
+++ b/rmt/Makefile.am
@@ -4,10 +4,10 @@ EXTRA_PROGRAMS = rmt
rmt_SOURCES = rmt.c
-INCLUDES = -I$(top_srcdir)/lib -I../ -I../lib
+INCLUDES = -I$(top_srcdir)/gnu -I../ -I../gnu -I$(top_srcdir)/lib
-LDADD = ../lib/lib$(PACKAGE).a $(LIBINTL)
+LDADD = ../gnu/libgnu.a $(LIBINTL)
rmt_LDADD = $(LDADD) $(LIB_SETSOCKOPT)
-rmt.o: ../lib/configmake.h
+rmt.o: ../gnu/configmake.h