Skip to content

Commit

Permalink
Added vim modelines to */Makefile.am
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrojnar committed Jan 7, 2016
1 parent 35a82e8 commit 47cb7b4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ endif

clean-local:
-rm -fr api.out

# vim: set noexpandtab:
1 change: 1 addition & 0 deletions examples/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ noinst_PROGRAMS = auth decrypt getrandom listkeys

LDADD = ../src/libp11.la $(OPENSSL_LIBS)

# vim: set noexpandtab:
1 change: 1 addition & 0 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ LTRCCOMPILE = $(LIBTOOL) --mode=compile --tag=RC $(RCCOMPILE)
.rc.o:
$(RCCOMPILE) -i "$<" -o "$@"

# vim: set noexpandtab:
1 change: 1 addition & 0 deletions tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ TESTS_ENVIRONMENT = \
top_builddir="$(top_builddir)" \
srcdir="$(srcdir)"

# vim: set noexpandtab:

0 comments on commit 47cb7b4

Please sign in to comment.